home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
netutils
/
lsp135.arj
/
LSP135.DSK
/
unc.dsk
/
SAMPLES
/
EXAMPLE2.RSP
< prev
next >
Wrap
Text File
|
1993-12-15
|
1KB
|
55 lines
* ----------------------------------------------------------------------
* EXAMPLE2.RSP
* This response file installs DXMC0MOD.SYS and DXMT0MOD.SYS, 2 adapters.
* It is just to illustrate setting parameters for two adapters with non-
* NDIS LSP drivers.
* CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
*
INST_SECTION = (
; Do not use the input configuration for LSP driver parameters.
MigrateControlFiles = 0
; Do not check the LAN adapters installed.
AdapterCheck = 0
; Define target location for LSP files.
TargetPath = c:\lsp135
)
; Add 802.2 support for the shared RAM token ring adapter.
PROT_SECTION = (
DriverName = DXMC0MOD$
; Specify that two adapters will be supported.
lsp_primary = 1
lsp_alternate = 1
; Set some parameters for primary and for alternate.
minlink = 2,4
)
; Add NETBIOS driver to the configuration
PROT_SECTION = (
DriverName = DXMT0MOD$
; DXMT0MOD.SYS is automatically added for both adapters.
lsp_primary = 1
; Set some parameters for primary and for alternate.
c = 14,12
st = 14, 12
s = 14, 12
; Set the parameters needed by PC3270.
es = 2
est = 2
; Set the parameter needed in memory manager
; or Windows* environments.
cf = y
; Turn off piggy-backed acknowledgements.
PBA = 0
)
*** End of Response file EXAMPLE2